@charset "utf-8";

/* reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,input {margin: 0; padding: 0;font-family:"Microsoft YaHei";}

.con,.cz_zit{line-height: 35px;font-size: 14px;}

img{vertical-align:bottom; border:0 none;}

select,input{border:none;}

a{text-decoration: none;color:#666;font-family:"Microsoft YaHei";}

a:hover{color:#df5727;}

ul,ol{list-style: none;}

.clear{ clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

.clearFix { zoom:1; }

.clearFix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden;}

table{border-collapse:collapse;}

::selection{background:#0080FF; color: white; /* Safari */} 

::-moz-selection{background:#0080FF; color: white; /* Firefox */ } /*鼠标滑过变色*/

body{font-size: 14px; font-family: "arial"; margin: 0 auto;min-width:1240px;}

.opacity{background:#000;opacity:0.5;filter: alpha(opacity=50);}/*背景色半透明*/





/*禁用表单input、select元素的默认外观*/

input,select{

-webkit-appearance:none;

        appearance:none;  

}



/*禁用 select 默认下拉箭头*/

select::-ms-expand {

	display: none;

}



/*禁用 radio 和 checkbox 默认样式*/

input[type=radio]::-ms-check,

input[type=checkbox]::-ms-check{

	display: none;

}